home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / cli / asplit203.lha / ASplit / Asplit.man < prev    next >
Encoding:
Text File  |  1994-06-14  |  2.2 KB  |  86 lines

  1.  
  2. ASPLIT                   Amiga User's Manual                   ASPLIT
  3.  
  4.  
  5.  
  6.  
  7.     ›1mNAME›0m
  8.  
  9.         Asplit - split a file
  10.  
  11.     ›1mSYNOPSIS›0m
  12.  
  13.         Asplit [-b buffer] [-n number] -s  size filein [fileout|directory]
  14.  
  15.     ›1mOPTIONS›0m
  16.  
  17.         -b buffer 
  18.  
  19.         specify the size of the internal buffer. Default: 1024
  20.         bytes. It's advised to use 1024 multiple values.
  21.         This field is optional.    
  22.  
  23.         -n number
  24.  
  25.         specify the base number used to numerate the file. Default: 0.
  26.  
  27.         -s size
  28.  
  29.         specify the maximum size (in bytes) of each sub-file.
  30.  
  31.         filein
  32.  
  33.         the name of the file to split.
  34.  
  35.         fileout|directory
  36.         
  37.         Several cases:
  38.  
  39.         No filename given:
  40.         The source filename is used as root name of the files created. These
  41.         files are in the current directory.
  42.  
  43.         A filename is given:
  44.         It will be used as root name. This name can be composed of a path.
  45.  
  46.         A path is given:
  47.         The files will be created in this directory. The path MUST end by ":"
  48.         (for Amiga) or "/".
  49.  
  50.     ›1mDESCRIPTION›0m
  51.  
  52.         The file "filein" is split into several files of "size" bytes.
  53.         Each filename is composed of the source file name if no "fileout" name
  54.         is given, and a number, which indicates the order.
  55.         The number of files is NOT LIMITED. The order of files is
  56.         respected thanks to an evaluation of the digits necessary to code the
  57.         order number, i.e., is you have 100 files, they will be coded from 000
  58.         to 099, instead of 0 to 99. If you don't know why it's important, you
  59.         should remember that the string "10" is alphabeticaly before the
  60.         string "2"...So imagine the result of the concatenation of all the
  61.         files.
  62.         
  63.     ›1mWARNING›0m
  64.  
  65.         Although Asplit has been thoroughly tested, no guarantee is given nor
  66.         implied  that  this  program  is  fit for any use. The program and the
  67.         information  within  this  text is provided on an "as is" basis. In no
  68.         event  will  I  be  liable  for  any  direct, indirect, incidental, or
  69.         consequential  damages resulting  from the  use of this program or the
  70.         information presented within this text.
  71.  
  72.     ›1mAUTHOR›0m
  73.  
  74.         Asplit is Copyright © 1994 Marc MENDEZ.
  75.         Email: mendez@platon.emi.u-bordeaux.fr
  76.         or 
  77.         MENDEZ Marc
  78.         Residence Le Mail
  79.         Batiment B Appartement 414
  80.         Rue Louis Jouvet
  81.         33600 PESSAC
  82.  
  83.         Commercial  distribution of Asplit or of a package containing Asplit
  84.         requires author approval.
  85.  
  86.